Zoho Scope
AutomatR.Zoho.Activities.ZohoScope
The "Zoho Scope" activity in AutomatR provides a scope for executing activities related to the Zoho service. It enables you to perform Zoho-specific actions within a defined scope, such as authenticating with Zoho and executing subsequent activities.
Properties
Name | Description |
---|---|
Input | |
Body | Defines the sequence of activities to be executed within the Zoho Scope. This is where Zoho-specific activities should be placed for execution within the scope. |
Refresh Token | Allows you to provide authentication details for Zoho. Clicking on this enables Zoho OAuth authentication with options to approve or reject. Utilizes the AuthDetails type for authentication details. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Zoho Scope" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Zoho Scope" activity onto the workflow.
- Configure the properties by providing the required authentication details through the "Refresh Token" property.
- Optionally, configure the delay before executing the activities within the scope.
- Place Zoho-specific activities within the "Body" of the "Zoho Scope" to perform actions such as updating vendors, creating leads, etc.
- Execute the workflow to perform Zoho-related actions within the defined scope.
Example: Consider an example where the "Zoho Scope" activity is used to authenticate with Zoho and update a vendor's information:
Zoho Scope:
Refresh Token: (Provide Zoho OAuth authentication details)
Delay: 0
Body:
Update Vendor:
Delay: 0
ID: "12345"
Vendor Name: "New Vendor Name"
Email: "newemail@example.com"
In this example, the "Zoho Scope" activity is used to authenticate with Zoho using the provided refresh token. Within the scope, the "Update Vendor" activity is used to update the vendor information, including the vendor's name and email address.
Note: The actual properties and activities within the "Body" will depend on the specific Zoho-related actions you want to perform within the scope.